From: kfraser@localhost.localdomain Date: Tue, 11 Sep 2007 07:34:04 +0000 (+0100) Subject: xenstore: Remove incorrect comment. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14983 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=6c87e8965f14724ca668952d36f14cf8a0e687c1;p=xen.git xenstore: Remove incorrect comment. Signed-off-by: Keir Fraser --- diff --git a/tools/xenstore/xs.c b/tools/xenstore/xs.c index 370815de04..ad1dc0860b 100644 --- a/tools/xenstore/xs.c +++ b/tools/xenstore/xs.c @@ -639,7 +639,6 @@ bool xs_unwatch(struct xs_handle *h, const char *path, const char *token) /* Start a transaction: changes by others will not be seen during this * transaction, and changes will not be visible to others until end. - * You can only have one transaction at any time. * Returns XBT_NULL on failure. */ xs_transaction_t xs_transaction_start(struct xs_handle *h) diff --git a/tools/xenstore/xs.h b/tools/xenstore/xs.h index 050dc01e2b..c855614675 100644 --- a/tools/xenstore/xs.h +++ b/tools/xenstore/xs.h @@ -112,7 +112,6 @@ bool xs_unwatch(struct xs_handle *h, const char *path, const char *token); /* Start a transaction: changes by others will not be seen during this * transaction, and changes will not be visible to others until end. - * You can only have one transaction at any time. * Returns NULL on failure. */ xs_transaction_t xs_transaction_start(struct xs_handle *h);